Creates or updates an array of objects in the project
The request body is of type object.
Overview
![](template/packages/core-webservice/images/jsonschema.png) |
![](template/packages/core-webservice/images/jsonschemacomplexarrayproperty.png) |
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
ID : string
is a string indicating the ID of the object
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
ClassID : string
is a string indicating the class of the object
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
Description : string
is a string indicating the description of the object instance
|
![](template/packages/core-webservice/images/jsonschemacomplexarrayproperty.png) |
Attributes : Array[CimAttribute]
An array of attributes used in the configuration of the objects instance.
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
ID : string
is a string indicating the ID of the attribute
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
Value : string
is a string containing the value of the attribute.
| |
![](template/packages/core-webservice/images/jsonschemaarrayproperty.png) |
Routing : Array[string]
An array of roles the alarms created by the this object are routed to
| |
![](template/packages/core-webservice/images/jsonschemacomplexarrayproperty.png) |
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
DeviceId : string
The Id of the OPC UA device.
|
![](template/packages/core-webservice/images/jsonschemaarrayproperty.png) |
NamespaceUris : Array[string]
An array of URIs referenced by NodeIds or QualifiedNames in the request. NamespaceIndex 0 shall not be in this list. The first entry in this list is NamespaceIndex 1.
|
![](template/packages/core-webservice/images/jsonschemaarrayproperty.png) |
ServerUris : Array[string]
A list of URIs referenced by ExpandedNodeIds in the request. ServerIndex 0 shall not be in this list. The first entry in this list is ServerIndex 1.
| |
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
DynCreate : boolean
| |
The response body is of type ItemsPostResponse.
The collection of results from the object create/update operation
Overview
![](template/packages/core-webservice/images/jsonschema.png) |
ItemsPostResponse
The results of the create/update/delete operations.
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
NumSuccesses : number
The number of items that were successfully written.
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
NumFailures : number
The number of items that failed to be written.
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
WarningsMask : integer
a bitmask of warning conditions (e.g., WarningLicensePointCount)
|
![](template/packages/core-webservice/images/jsonschemacomplexarrayproperty.png) |
ItemResults : Array[ItemResult]
The results for each item in the request array.
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
Success : boolean
high level result (success true, failure false)
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
StatusDetails : integer
a value giving more details about the status (e.g., SuccessNew, SuccessModified, FailureDupInRequest, FailureDupInObject, and then a bunch of FailureXyzzy, ...)
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
WarningsMask : integer
a bitmask of warning conditions (e.g., IE_SNF_NO_GLB_TRIG_MSG)
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
Message : string
(localized?) message about the result, probably empty for successes
| | |